`${dest}', so that the shell will expand it, instead of Make.
for dir in ${COPYDIR} ; do \
dest=$$1 ; shift ; \
if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \
- (cd $${dir}; find . -print | cpio -pdum ${dest} ) ; \
+ (cd $${dir}; find . -print | cpio -pdum $${dest} ) ; \
for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
rm -rf $${subdir}/RCS ; \
rm -rf $${subdir}/CVS ; \